Uppercase name: {{ (title + " " + name).toUpperCase() }}

Lowercase name: {{ (title + " " + name).toLowerCase() }}